setText

@NonNull
open fun setText(@Nullable text: @Nullable CharSequence): @NonNull ShareCompat.IntentBuilder(source)

Set the literal text data to be sent as part of the share. This may be a styled CharSequence.

Return

This IntentBuilder for method chaining

Parameters

text

Text to share

See also